fix: Pinecone define pod, pod_type#6357
Conversation
|
Hello, @x110 and thanks for this contribution. Some suggestions:
|
Pull Request Test Coverage Report for Build 6977366512Warning: This coverage report may be inaccurate.We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
💛 - Coveralls |
|
Could you please add an integration test similar to that deleted in eb72798? For the API key, let's do something similar to |
|
Hi @anakin87 , Thank you for your feedback. I have added an integration test. let me know if everything looks good now. |
|
Hey, @x110! I am sorry to have kept you waiting. I will be testing your PR in depth soon... |
anakin87
left a comment
There was a problem hiding this comment.
I finally spent some time on this PR and made some changes.
-
I set default values for
podandpod_type(otherwise Pinecone API raises errors) -
I manually tested your changes with Starter and Standard plans. They work well!
-
I removed the integration test, since I discovered in our CI we run tests using the Starter Plan
Thanks for your contribution 💙
(Don't miss Haystack 2.0 Beta)
Related Issues
Proposed Changes:
podsandpod_typeparameters in the initialization ofPineconeDocumentStore.How did you test it?
create_indexcalls ignore thepod_typeparameter and limitspodsto 1. So I was not able to conduct the test.Notes for the Reviewer
index_configparameter has been excluded as it is deprecated in the Pinecone library.Checklist
fix:,feat:,build:,chore:,ci:,docs:,style:,refactor:,perf:,test:.